Reflection .NET API
Attachmate.Reflection.Emulation.OpenSystems Assembly / Attachmate.Reflection.Emulation.OpenSystems Namespace / IScreen Interface / WaitForStrings Method / WaitForStrings(String[]) Method
Array specifying one or more strings for which to wait.


In This Topic
WaitForStrings(String[]) Method
In This Topic
Waits for one of the specified text strings to be received from the host.
Syntax
'Declaration
 
Overloads Function WaitForStrings( _
   ByVal text() As String _
) As ReturnCode
 
'Usage
 
Dim instance As IScreen
Dim text() As String
Dim value As ReturnCode
 
value = instance.WaitForStrings(text)

Parameters

text
Array specifying one or more strings for which to wait.

Return Value

ReturnCode indicating success/failure/status
See Also